Bump github/codeql-action from 4.32.4 to 4.33.0#36
Merged
Lawrence Lucas Large (LukeLarge) merged 1 commit intomainfrom Mar 16, 2026
Merged
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.4 to 4.33.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@89a39a4...b1bff81) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Collaborator
Lawrence Lucas Large (LukeLarge)
left a comment
There was a problem hiding this comment.
Bump github/codeql-action from 4.32.4 to 4.33.0
#36
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflows to use github/codeql-action v4.33.0 (pinned by commit SHA) for CodeQL init/analyze and SARIF upload steps.
Changes:
- Bump
github/codeql-actionfrom v4.32.4 to v4.33.0 in CodeQL scanning workflow. - Bump
upload-sarifaction version in Defender for DevOps and Checkmarx workflows.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/defender-for-devops.yml | Updates upload-sarif action pin to v4.33.0. |
| .github/workflows/codeql.yml | Updates init and analyze action pins to v4.33.0. |
| .github/workflows/checkmarx-one.yml | Updates upload-sarif action pin to v4.33.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
76
to
81
| # Initializes the CodeQL tools for scanning. | ||
| - name: Initialize CodeQL | ||
| uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4 | ||
| uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0 | ||
| with: | ||
| languages: ${{ matrix.language }} | ||
| build-mode: ${{ matrix.build-mode }} |
Comment on lines
106
to
109
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4 | ||
| uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0 | ||
| with: | ||
| category: "/language:${{matrix.language}}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github/codeql-action from 4.32.4 to 4.33.0.
Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
b1bff81Merge pull request #3574 from github/update-v4.32.7-7dd76e6bfe682234Add changelog entry for #357095be291Bump minor version59bcb60Update changelog for v4.32.77dd76e6Merge pull request #3572 from github/mbg/pr-checks/eslinte3200e3Merge pull request #3563 from github/mbg/private-registry/oidc4c356c7Merge pull request #3570 from github/mbg/repo-props/warn-on-unexpected-propsb4937c1Only emit one message with accumulated property names136b8abRemovecache-dependency-pathoptions as wella5aba59Removepackage-lock.jsonthat's no longer neededDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)